home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10166 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  971 b 

  1. Path: inforamp.net!ts26-11
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland Project question
  5. Date: Wed, 06 Mar 96 06:08:11 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hja42$elu@sam.inforamp.net>
  8. References: <4hiepb$121u@thebes.waikato.ac.nz>
  9. NNTP-Posting-Host: ts26-11.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4hiepb$121u@thebes.waikato.ac.nz>,
  13.    dif@waikato.ac.nz (D I Fraser) wrote:
  14. >Recently I have been working with Borland C++ ver 4.5.
  15. >I have been trying to get a project to compile however it claims that it is 
  16. >unable to open certain libraries and thus will not link.  
  17.  
  18. Most likely, the linker can't even find those libraries.  Goto the Options 
  19. menu and choose Project.  You'll see the options tree.  Select directories and 
  20. make sure the library path includes "c:\bc45\lib" or wherever the unopened 
  21. library is found.  Example:
  22.     C:\BC45\LIB;C:\PROJECT\MYLIBS
  23.  
  24. Agrivar
  25.